Skip to content

refactor: Add support for converting to DATE UTC values for PostgreSQL#376

Merged
MayueCif merged 1 commit intomainfrom
feature/pg-sql
Jul 21, 2025
Merged

refactor: Add support for converting to DATE UTC values for PostgreSQL#376
MayueCif merged 1 commit intomainfrom
feature/pg-sql

Conversation

@wzh425
Copy link
Copy Markdown
Contributor

@wzh425 wzh425 commented Jul 21, 2025

No description provided.

In AlertQueryContext:
-Introduce a custom value converter to ensure the accuracy of DATE and DATE? Types are stored and processed in UTC time.
-Added the ApplyProvierSpecificConfiguration method, specifically designed for configuring value converters for PostgreSQL.

Add two value converters:
-FHIR UttConverter: deals with non empty DATE types.
-NullableFHIR UttConverter: Handling Vacable Dates? Type.

This change ensures that all DATE properties are stored in UTC time when using a PostgreSQL database.
@MayueCif MayueCif merged commit 8cbfbe1 into main Jul 21, 2025
2 checks passed
@MayueCif MayueCif deleted the feature/pg-sql branch July 21, 2025 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants